07. Conventions and Configuration

Conventions and Configuration

INSTRUCTOR NOTE:

Check out this page for more information on how Gradle uses conventions to facilitate concise build scripts while still allowing you to customize your project.

You can read more about the Java base plugin here.

Source sets are groups of related source files that are compiled and executed together. You can learn more in the Gradle user guide here and in the Gradle DSL reference here